3.3.37 \(\int \frac {\sinh ^3(c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\) [237]

Optimal. Leaf size=31 \[ \text {Int}\left (\frac {\sinh ^3(c+d x)}{(e+f x) (a+b \sinh (c+d x))},x\right ) \]

[Out]

Unintegrable(sinh(d*x+c)^3/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\sinh ^3(c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Sinh[c + d*x]^3/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Defer[Int][Sinh[c + d*x]^3/((e + f*x)*(a + b*Sinh[c + d*x])), x]

Rubi steps

\begin {align*} \int \frac {\sinh ^3(c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx &=\int \frac {\sinh ^3(c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 178.14, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sinh ^3(c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Sinh[c + d*x]^3/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Integrate[Sinh[c + d*x]^3/((e + f*x)*(a + b*Sinh[c + d*x])), x]

________________________________________________________________________________________

Maple [A]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {\sinh ^{3}\left (d x +c \right )}{\left (f x +e \right ) \left (a +b \sinh \left (d x +c \right )\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(d*x+c)^3/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

int(sinh(d*x+c)^3/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)^3/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="maxima")

[Out]

-2*a^3*integrate(-e^(d*x + c)/(b^4*f*x + b^4*e - (b^4*f*x*e^(2*c) + b^4*e^(2*c + 1))*e^(2*d*x) - 2*(a*b^3*f*x*
e^c + a*b^3*e^(c + 1))*e^(d*x)), x) - 1/4*e^(-2*c + 2*d*e/f)*exp_integral_e(1, 2*(f*x + e)*d/f)/(b*f) - 1/2*a*
e^(-c + d*e/f)*exp_integral_e(1, (f*x + e)*d/f)/(b^2*f) + 1/2*a*e^(c - d*e/f)*exp_integral_e(1, -(f*x + e)*d/f
)/(b^2*f) - 1/4*e^(2*c - 2*d*e/f)*exp_integral_e(1, -2*(f*x + e)*d/f)/(b*f) + 1/2*(2*a^2 - b^2)*log(f*x + e)/(
b^3*f)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)^3/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="fricas")

[Out]

integral(sinh(d*x + c)^3/(a*f*x + a*e + (b*f*x + b*e)*sinh(d*x + c)), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)**3/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)^3/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="giac")

[Out]

integrate(sinh(d*x + c)^3/((f*x + e)*(b*sinh(d*x + c) + a)), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {{\mathrm {sinh}\left (c+d\,x\right )}^3}{\left (e+f\,x\right )\,\left (a+b\,\mathrm {sinh}\left (c+d\,x\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(c + d*x)^3/((e + f*x)*(a + b*sinh(c + d*x))),x)

[Out]

int(sinh(c + d*x)^3/((e + f*x)*(a + b*sinh(c + d*x))), x)

________________________________________________________________________________________